home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / Inside Mac Movie Toolbox Code / mtb13.c < prev    next >
Text File  |  1992-10-22  |  220b  |  11 lines

  1. //    Copyright:    © 1992 by Apple Computer, Inc., all rights reserved.
  2.  
  3. #include "mtb.h"
  4.  
  5. void     DoUpdate (WindowPtr theWindow, Movie theMovie)
  6. {
  7.     BeginUpdate (theWindow);    
  8.     UpdateMovie (theMovie);
  9.     EndUpdate (theWindow);
  10.